marvell: drivers: Add address decoding units drivers
authorKonstantin Porotchkin <kostap@marvell.com>
Mon, 26 Feb 2018 13:51:11 +0000 (15:51 +0200)
committerKonstantin Porotchkin <kostap@marvell.com>
Wed, 18 Jul 2018 15:48:30 +0000 (18:48 +0300)
commitc0474d5843321392172356f79efb6ec6140c4e48
tree503e19e85375bc048e8f2a291751d122a72b2bfb
parent752faf8fce02d9d254a83e686bc8e71d69a7af95
marvell: drivers: Add address decoding units drivers

Add address decoding unit drivers for Marvell SoCs.

Address decoding flow and address translation units chart
are located at docs/marvell/misc/mvebu-a8k-addr-map.txt

Change-Id: Id6ce311fa1f4f112df3adfac5d20449f495f71ed
Signed-off-by: Hanna Hawa <hannah@marvell.com>
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
16 files changed:
docs/marvell/misc/mvebu-a8k-addr-map.txt [new file with mode: 0644]
docs/marvell/misc/mvebu-amb.txt [new file with mode: 0644]
docs/marvell/misc/mvebu-ccu.txt [new file with mode: 0644]
docs/marvell/misc/mvebu-io-win.txt [new file with mode: 0644]
docs/marvell/misc/mvebu-iob.txt [new file with mode: 0644]
drivers/marvell/amb_adec.c [new file with mode: 0644]
drivers/marvell/ccu.c [new file with mode: 0644]
drivers/marvell/gwin.c [new file with mode: 0644]
drivers/marvell/io_win.c [new file with mode: 0644]
drivers/marvell/iob.c [new file with mode: 0644]
include/drivers/marvell/addr_map.h [new file with mode: 0644]
include/drivers/marvell/amb_adec.h [new file with mode: 0644]
include/drivers/marvell/ccu.h [new file with mode: 0644]
include/drivers/marvell/gwin.h [new file with mode: 0644]
include/drivers/marvell/io_win.h [new file with mode: 0644]
include/drivers/marvell/iob.h [new file with mode: 0644]